home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util3 / util3.arc / WHERE.DOC < prev    next >
Encoding:
Text File  |  1988-10-27  |  1.1 KB  |  28 lines

  1.          WHERE  (File Locator)                      Kiyoshi Akima
  2.          Command                                           No. 35
  3.  
  4.          --------------------------------------------------------
  5.  
  6.          Purpose:  Searches all directories on a particular
  7.                    drive and lists the paths of entries that
  8.                    match the specified filename.
  9.  
  10.          Format:   [d:][path]WHERE [filename[.ext]]
  11.  
  12.          Remarks:  WHERE uses normal DOS filename specifications
  13.                    to locate files.  Omitting a filename and
  14.                    extension after the command defaults to WHERE
  15.                    *.* and will list all non-hidden files on
  16.                    your disk.
  17.  
  18.          Example:  The command WHERE *.BAT  will find all
  19.                    your batch files.  WHERE MO*.* would uncover
  20.                    MODE.COM and MORE.COM and any other filename
  21.                    that begins with MO.
  22.  
  23.                    Notes:
  24.  
  25.                    1.   Although submitted to us by Mr. Akima,
  26.                         this program has it's roots in one
  27.                         originally written by John Socha.
  28.